Welcome![Sign In][Sign Up]
Location:
Search - delay jitter

Search list

[SCMbianmakaiguan

Description: 本代码为编码开关代码,编码开关也就是数字音响中的 360度旋转的数字音量以及显示器上用的(单键飞梭开 关)等类似鼠标滚轮的手动计数输入设备。 我使用的编码开关为5个引脚的,其中2个引脚为按下 转轮开关(也就相当于鼠标中键)。另外3个引脚用来 检测旋转方向以及旋转步数的检测端。引脚分别为a,b,c b接地a,c分别接到P2.0和P2.1口并分别接两个10K上拉 电阻,并且a,c需要分别对地接一个104的电容,否则 因为编码开关的触点抖动会引起轻微误动作。本程序不 使用定时器,不占用中断,不使用延时代码,并对每个 细分步数进行判断,避免一切误动作,性能超级稳定。 我使用的编码器是APLS的EC11B可以参照附件的时序图 编码器控制流水灯最能说明问题,下面是以一段流水 灯来演示。-Code for encoding the switch code, coding switch is in the digital audio The number of 360-degree rotating display with the volume, as well as the (one-touch open Shuttle Clearance) and similar to manually count the mouse wheel input device. I use the code switch for the 5-pin, 2 pin for which the press Rotary switch (it is equivalent to middle mouse button). In addition to 3-pin Detection of rotation direction and rotation end detection step. Pin, respectively, for a, b, c b grounding a, c, respectively, from P2.0 and P2.1, respectively, then the mouth and pull the two 10K Resistance, and a, c, respectively, of the need to take a capacitance 104, or Because the coding of the contact switch will cause a slight jitter malfunction. This procedure does not The use of timers, interrupt off, do not use delay code, and each Determine the number of sub-step, to avoid all the wrong moves, super stable performance. I use the encoder is the APLS can refer to the annex EC11B
Platform: | Size: 806912 | Author: 李波 | Hits:

[SCMkey

Description: 单片机按键去抖动,不同于书上解释的延时去抖,程序比较有启发意义-Single-chip key to jitter, the interpretation is different from the book go to stir up delay, the more instructive
Platform: | Size: 1024 | Author: li | Hits:

[assembly languageFENASII4

Description: 8路视频分配器,全汇编,无抖动,无时延,不可多的视频控制程序-8-way video splitter, all compiled with no jitter, no delay, the video can not be more than control procedures
Platform: | Size: 10240 | Author: fjq | Hits:

[Software EngineeringMatrixkey

Description: 判断有无键按下; 软件延时10ms去抖动; 求键的位置(行、列)-Determine whether the key press software delay to 10ms jitter for key location (rows, columns)
Platform: | Size: 6144 | Author: 付雷 | Hits:

[Communicationawk_codes

Description: AWK NS2 measure Throughput jitter loss delay code
Platform: | Size: 2048 | Author: Clevra | Hits:

[assembly languageDS18B20

Description: 一个C51的延时模块和键盘去抖动模块还有液晶显示模块-C51 a delay module and the keyboard to the LCD module jitter module there are
Platform: | Size: 1024 | Author: kasir | Hits:

[Embeded-SCM DevelopResetCircuitReliabilityDesign

Description: 单片机复位电路的可靠性设计复位电路的基本功能是 系统上电时提供复位信号直至系统电源稳定后撤销复位信号为可靠起 见电源稳定后还要经一定的延时才撤销复位信号以防电源开关或电源插头分-合过程中引起的抖动而影 响复位-MCU reset circuit reliability design of the circuit' s basic function is to reset the system power-on reset signal until the system is to provide stable power to withdraw the sake of the reset signal as a reliable power supply stable even after a certain delay to revoke a reset signal to prevent the power switch or Power plug points- combined jitter caused in the course affected by reset
Platform: | Size: 73728 | Author: honyu | Hits:

[SCMkeydrive

Description: 一个显示0到f的4*4 key 驱动程序,里面包含了延时去抖动,调用子函数,行列值的计算-A display from 0 to f, 4* 4 key drivers, which contains a delay to the jitter, call the Functions, the ranks of calculation
Platform: | Size: 1024 | Author: dahai | Hits:

[SCMjianpan24

Description: 24键键盘程序,引脚说明及连线 列线:p4.0 p4.1 p4.2 p4.3 作为输入 行线:p4.4 p4.5 p4.6 p4.7 p6.5 p6.6作为输出 1、检测当前是否有键被按下。检测的方法是P4.4-P4.7,P6.5,P6.6输出全"0",读取P4.0-P4.3的状态,若P4.0-P4.3为全"1",则无键闭合,否则有键闭合。 2、去除键抖动。当检测到有键按下后,延时一段时间再做下一步的检测判断。 3、若有键被按下,应识别出是哪一个键闭合。方法是对键盘的行线进行扫描。P4.4-P4.7,P6.5,P6.6按下述6种组合依次输出: P6.6 111110 P6.5 111101 P4.7 111011 P4.6 110111 P4.5 101111 P4.4 011111 在每组行输出时读取P4.0-P4.3,若全为"1",则表示为"0"这一行没有键闭合,否则有键闭合。 由此得到闭合键的行值和列值,然后可采用计算法或查表法将闭合键的行值和列值转换成所定义的键值。 4、为了保证键每闭合一次CPU仅作一次处理,必须去除键释放时的抖动。- 24-key keyboard program, Pin description and connection Column line: p4.0 p4.1 p4.2 p4.3 as input Line line: p4.4 p4.5 p4.6 p4.7 p6.5 p6.6 as output 1, testing whether the current key is pressed. Detection method is to P4.4-P4.7, P6.5, P6.6 output all "0", read the state of P4.0-P4.3, P4.0-P4.3 as if all "1" , no key closure, or a button closure. 2, remove the key jitter. When a key is detected, the delay time to do some testing to determine the next step. 3, if a key is pressed, which should identify a key closed. The line is the keyboard scan lines. P4.4-P4.7, P6.5, P6.6 followed by combination of the following six kinds of output: P6.6 111110 P6.5 111101 P4.7 111011 P4.6 110111 P4.5 101111 P4.4 011111 To read each line of output, P4.0-P4.3, if all is "1", then "0" key to this line is not closed, or have key closed. The resultant closure of the row and column key value, and then calculation or look-up table can be closed keys to row and column values into a
Platform: | Size: 2048 | Author: 赵盈盈 | Hits:

[SCMkeyscan

Description: 最基础的一个51单片机键盘检测函数,带有延时去抖动功能-The most basic function of a 51 Keyboard for testing, with the delay to the jitter
Platform: | Size: 1024 | Author: 区家兴 | Hits:

[Embeded Linuxkeypad

Description: S3C2440 键盘驱动,八个按键,中断处理分上下部分,带定时器延时去抖动功能-S3C2440 keyboard-driven, eight buttons, upper and lower part of the interrupt handler with the timer delay to the jitter
Platform: | Size: 3072 | Author: 黄斌 | Hits:

[SCMCodeSwitch-

Description: 本代码为编码开关代码,编码开关也就是数字音响中的 360度旋转的数字音量以及显示器上用的(单键飞梭开 关)等类似鼠标滚轮的手动计数输入设备。 我使用的编码开关为5个引脚的,其中2个引脚为按下 转轮开关(也就相当于鼠标中键)。另外3个引脚用来 检测旋转方向以及旋转步数的检测端。引脚分别为a,b,c b接地a,c分别接到P2.0和P2.1口并分别接两个10K上拉 电阻,并且a,c需要分别对地接一个104的电容,否则 因为编码开关的触点抖动会引起轻微误动作。本程序不 使用定时器,不占用中断,不使用延时代码,并对每个 细分步数进行判断,避免一切误动作,性能超级稳定。 我使用的编码器是APLS的EC11B可以参照附件的时序图 编码器控制流水灯最能说明问题,下面是以一段流水 灯来演示。-This code for code switch code, coding switch is the digital audio 360 degrees of rotation digital volume and displays use on the open list key shuttle ( Closed) and similar mouse wheel manual count input device. I use a code switch for five of the pins, with two pins for press The runner switch (also is equivalent to the middle mouse button). Three other pins are used to The rotation direction detection and rotation of the number of detection. Pins are respectively for a, b, c B, c received a ground respectively P2.0 and P2.1 mouth and take two 10 K respectively on pull Resistance, and a, c need to pick up a respectively in 104, otherwise the capacitance Because of the code switch contacts jitter can cause minor wrong action. This procedure does not Use timer, do not take up interrupt, do not use delay, and each code Segment for judgment, avoid steps all misoperation, super stable performance. I use of APLS is encoder EC11B can refer to the attachment sequence chart Encode
Platform: | Size: 824320 | Author: 赵博伟 | Hits:

[Otherpong-game

Description: jitter measurement is to analyse pkt delay in any system to analyse effects of jitter on tasks
Platform: | Size: 8192 | Author: SS | Hits:

[VHDL-FPGA-Verilogresetdelay

Description: 这是一个复位延时程序,对复位信号进行定时的延时,确保抖动多产生的信号误差-This is a reset delay procedures, the timing delay of the reset signal, to ensure jitter and more signals generated error
Platform: | Size: 13312 | Author: 张丽丽 | Hits:

[OtherPRT30_PIC_CON_Ver0.1

Description: 此程序是为了实现电源管理开关机,实现按键按键无抖动延时两秒开机,超时10秒关机。并不再重复开关机。-This program is for power management switch machine, button buttons jitter-free delay of two seconds to boot, timeout 10 seconds off. And not repeat the switch machine.
Platform: | Size: 4096 | Author: hefei | Hits:

[Software EngineeringMT-007

Description: Aperture Time, Aperture Jitter, Aperture Delay Time— Removing the Confusion by Walt Kester
Platform: | Size: 54272 | Author: bayx | Hits:

[Software EngineeringMT-007

Description: 孔径时间、孔径抖动、孔径延迟时间——正本清源.-Aperture time and aperture jitter, the aperture delay- get to the root.
Platform: | Size: 755712 | Author: 边城 | Hits:

[Algorithmmdev.c

Description: 计算时延,丢包,抖动的算法,是众多算法中的一种-Calculated delay, packet loss, jitter algorithm is one of many algorithms
Platform: | Size: 1024 | Author: 彭鹏 | Hits:

[Internet-Networkzigbee_master

Description: ns2_zigbee === ==== Performance evaluation of Zigbee based on NS2 This repositories includes the codes of my undergraduate thesis. 1. zigbee.scn: network topology in 3D 2. zigbee.tcl: network script written in tcl 3. thr_drop_delay.awk: eualuation script written in awk 4. data: results of delay, throughput, jitter, and packet loss rate 5. out: figures of results 6. demo: demos of nam 7. thesis How to 1. make sure zigbee.scn and zibee.tcl are in the same folder 2. cd to the folder by terminal 3. run ns zigbee.tcl 4. run awk -f thr_drop_delay.awk zigbee.tr 5. run gnuplot xxx.dat -ns2_zigbee ========== Performance evaluation of Zigbee based on NS2 This repositories includes the codes of my undergraduate thesis. 1. zigbee.scn: network topology in 3D 2. zigbee.tcl: network script written in tcl 3. thr_drop_delay.awk: eualuation script written in awk 4. data: results of delay, throughput, jitter, and packet loss rate 5. out: figures of results 6. demo: demos of nam 7. thesis How to 1. make sure zigbee.scn and zibee.tcl are in the same folder 2. cd to the folder by terminal 3. run ns zigbee.tcl 4. run awk -f thr_drop_delay.awk zigbee.tr 5. run gnuplot xxx.dat
Platform: | Size: 1358848 | Author: Nguyen Hoang Anh | Hits:

[Internet-Networkthrp_loss_delay.awk.tar

Description: Awk file to calculate End to End delay , throughput , Jitter , Droped packet , Fail packets and sending rate
Platform: | Size: 2048 | Author: ali | Hits:
« 1 2 3 45 »

CodeBus www.codebus.net